home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / OFFSCREE / LAYOUTDE.H < prev    next >
Text File  |  1992-02-06  |  479b  |  27 lines

  1. /* 
  2.  *   LayoutDefs.h
  3.  *
  4.  *   This file contains the definitions for the main pane's layout.
  5.  *
  6.  */
  7.  
  8.  
  9. #define        PW_WIDTH        200
  10. #define        PW_HEIGHT        100
  11. #define        PW_H_LOC        100
  12. #define        PW_V_LOC        50
  13.  
  14. #define        IP1_H_LOC        163
  15. #define        IP1_V_LOC        175
  16. #define        IP2_H_LOC        205
  17. #define        IP2_V_LOC        175
  18.  
  19. // in the pixel world:
  20. #define        TRUCK_WIDTH        32
  21. #define        TRUCK_HEIGHT    32
  22. #define        PEND_V_LOC        50
  23. #define        GND_V_LOC        50
  24.  
  25. #define        LEFT_STOP        0
  26. #define        RIGHT_STOP        PW_WIDTH - TRUCK_WIDTH
  27.